home *** CD-ROM | disk | FTP | other *** search
/ J-Mac Electronics & Home Comics / J-Mac Electronics & Home Comics.iso / mac / J-MAC / G39F / kanouM.Dxr / 00044.ls < prev    next >
Encoding:
Text File  |  1998-01-22  |  128 b   |  9 lines

  1. on exitFrame
  2.   global listkey1, cntpage
  3.   if cntpage = 0 then
  4.     go("p0")
  5.   else
  6.     go(getAt(listkey1, cntpage))
  7.   end if
  8. end
  9.